Home
Posts
Categories
Series
Tags
About

Tag: R functions

image loading failed
postedOn: 2023-4-19   updatedOn: 2023-4-19   includedIn: R
This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic. Scope of this post We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. That basically means that we need to map any region of the world with R.
image loading failed
postedOn: 2023-3-24   updatedOn: 2023-3-24   includedIn: R
About this post This post is part of the series maps-app. We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. That basically means that we need to map any region of the world with R. Today there are all kinds of packages and techniques to do that.
image loading failed
postedOn: 2023-3-24   updatedOn: 2023-3-24   includedIn: R
Sobre este post Estamos creando mapas de datos que muestran los cambios durante un período de tiempo para diferentes países y orientado a todo tipo de ciudades. Esto básicamente significa que necesitamos mapear cualquier región del mundo con R. Hoy en día existen todo tipo de paquetes y técnicas para hacerlo.
image loading failed
postedOn: 2022-11-29   updatedOn: 2022-11-29   includedIn: R
Introducción El análisis exploratorio de datos (EDA en inglés, “Exploratory Data Analysis”) es una de las herramientas más útiles en varias áreas de análisis de datos. El concepto de EDA ha sido utilizado popularmente en los últimos años para referirse a los procesos de exploración primaria de un grupo de datos.
image loading failed
postedOn: 2022-11-4   updatedOn: 2022-11-4   includedIn: R
This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic. Scope of this post This is the second part of the series to create a map of any region of the world with R. We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities.
image loading failed
postedOn: 2022-11-4   updatedOn: 2022-11-4   includedIn: R
Pueden encontrar todas las publicaciones en este tema bajo las series maps-app. También pueden encontrar el estado actual del proyecto en mi GitHub repo mapic. Sobre este post Esta es la segunda parte de las series de cómo crear mapas de cualquier región del mundo con R. De antemano me disculpo por detalles que puedan encontrar en la traducción, el post original lo creé en Inglés y el trabajo de traducción puede ser excesivo si voy a cada detalle.
image loading failed
postedOn: 2022-10-8   updatedOn: 2022-10-8   includedIn: R
This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic (including the Spanish versions). Scope of this post When you prepare for a job interview one of the questions they always tell you to prepare is “What are you most proud of?
image loading failed
postedOn: 2022-10-8   updatedOn: 2022-10-8   includedIn: R
Pueden encontrar todas las publicaciones en este tema bajo las series maps-app. También pueden encontrar el estado actual del proyecto en mi GitHub repo mapic. Sobre esta entrada Cuando nos preparamos para una entrevista de trabajo, una de las preguntas que más recomiendan preparar es “Menciona el proyecto del que estés más orgulloso?
image loading failed
postedOn: 2022-9-18   updatedOn: 2022-9-18   includedIn: R
Acerca de este post. Este es mi primer post en español. Es en realidad la traducción de un post que escribí originalmente en inglés hace un par de meses. Pueden ver el post original aqui. Espero que sea útil para la comunidad hispanohablante de usuarios de R. Este post se basa en un trabajo reciente donde mi tarea fue la revisión y depuración de piezas de código pequeñas o simples que pueden resultar en consejos prácticos y rápidos para otros usuarios de R, especialmente principiantes o personas sin mucha experiencia en el uso de R.
image loading failed
postedOn: 2022-9-18   updatedOn: 2022-9-18   includedIn: R
Welcome to R minitutorials of R White Dwarf Since the beginning of this year I’ve been forced to abandon completely the blog for countless and rather abstract personal reasons that include personal health, family matters and changes in my daily activities including volunteer work as well as main job. As part of the last, I finally got hired for a position as R developer, which brings great joy to me.
image loading failed
postedOn: 2021-12-5   updatedOn: 2023-8-30   includedIn: R
This post continues the topic of functions in R. You can see our previous post if you want to understand the basics but it is not strictly necessary. Here we will go into detail about for loops and if statements in R, two key elements of any function. We are going to define a process, map it in a step-by-step approach and wrape it in a function that can repeat it automatically.
image loading failed
postedOn: 2021-11-30   updatedOn: 2021-11-30   includedIn: R
Background This is the first post of R with White Dwarf and I decided to start this blog with a basic tutorial. There is already a lot of information in the web about getting started with R. With a simple google search you can easily find info on how to install it, how to use R studio or other text editor, learn about the basic functions and concepts, what is a vector, a data frame, how to use them, etc.